home *** CD-ROM | disk | FTP | other *** search
- object formProcessWarning: TformProcessWarning
- Left = 303
- Top = 305
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Spybot - Search & Destroy'
- ClientHeight = 233
- ClientWidth = 353
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- DesignSize = (
- 353
- 233)
- PixelsPerInch = 96
- TextHeight = 13
- object imgLogo: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image001.ico>}
- end
- object labelInfo: TLabel
- Left = 48
- Top = 8
- Width = 257
- Height = 49
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- 'Spybot - Search && Destroy has encountered and terminated a proc' +
- 'ess that is listed as part of a malicious software.'
- Transparent = True
- WordWrap = True
- end
- object labelInfoProcessIDInfo: TLabel
- Left = 8
- Top = 56
- Width = 72
- Height = 17
- AutoSize = False
- Caption = 'Process ID:'
- end
- object labelFilenameInfo: TLabel
- Left = 8
- Top = 72
- Width = 72
- Height = 17
- AutoSize = False
- Caption = 'Filename:'
- end
- object labelProductInfo: TLabel
- Left = 8
- Top = 104
- Width = 72
- Height = 17
- AutoSize = False
- Caption = 'Identified as:'
- end
- object labelProcessID: TLabel
- Left = 88
- Top = 56
- Width = 256
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object labelFilename: TLabel
- Left = 88
- Top = 72
- Width = 256
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object labelProduct: TLabel
- Left = 88
- Top = 104
- Width = 256
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object labelPathInfo: TLabel
- Left = 8
- Top = 88
- Width = 72
- Height = 17
- AutoSize = False
- Caption = 'Found in:'
- end
- object labelPath: TLabel
- Left = 88
- Top = 88
- Width = 256
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object imgSpecific: TImage
- Left = 312
- Top = 8
- Width = 32
- Height = 32
- Anchors = [akTop, akRight]
- Picture.Data = {<image002.bmp>}
- Transparent = True
- end
- object rgFutureActions: TRadioGroup
- Left = 8
- Top = 128
- Width = 337
- Height = 65
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = 'If Spybot - Search && Destroy encounters this process again... '
- ItemIndex = 0
- Items.Strings = (
- 'Inform me again.'
- 'Automatically kill this process.'
- 'Allow this process to run (NOT RECOMMENDED).')
- Constraints.MinHeight = 65
- TabOrder = 0
- end
- object bnOk: TButton
- Left = 264
- Top = 200
- Width = 81
- Height = 25
- Action = aOK
- Anchors = [akRight, akBottom]
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object cbDelete: TCheckBox
- Left = 8
- Top = 200
- Width = 225
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Delete the associated file.'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object bnHelp: TButton
- Left = 232
- Top = 200
- Width = 25
- Height = 25
- Action = aHelp
- TabOrder = 3
- end
- object myXPManifest: TXPManifest
- Left = 168
- Top = 200
- end
- object ActionList1: TActionList
- Left = 136
- Top = 200
- object aOK: TAction
- Caption = 'OK'
- OnExecute = aOKExecute
- end
- object aHelp: TAction
- Caption = '?'
- OnExecute = aHelpExecute
- end
- end
- end
-